* lisp/progmodes/ruby-mode.el: Simplify last change, and cleanup code.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 24 Apr 2012 17:06:12 +0000 (13:06 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 24 Apr 2012 17:06:12 +0000 (13:06 -0400)
commit0dc591dad40a2a7ae8fd6ba2efe602ec817a3ff5
treeeae30d35efc078c0fb0f2ae3b352ee5854ee079a
parent11dd8773ef1d3b8e6567a7171a2b976302a61382
* lisp/progmodes/ruby-mode.el: Simplify last change, and cleanup code.
(ruby-syntax-propertize-regexp): Remove.
(ruby-syntax-propertize-function): Split regexp into chunks.
Match following code directly.
* test/indent/ruby.rb: New file, to test new syntax-propertize code.
test/ChangeLog